Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / FontSize Property

In This Topic
    FontSize Property (C1ListView<T>)
    In This Topic
    Gets or sets the font size applied to the view.
    Syntax
    'Declaration
     
    
    Public Property FontSize As Nullable(Of C1StyleFontSize)
    public Nullable<C1StyleFontSize> FontSize {get; set;}
    See Also